docs(S4PL-00416EU): note about unexpected switch-off / power_on_behavior#5072
Merged
Koenkk merged 2 commits intoKoenkk:masterfrom May 5, 2026
Merged
Conversation
…ehavior Adds a note to the device page covering the "unexpected switch-off" issue reported on the Shelly community forum and explains how to fix it via the new per-socket power_on_behavior expose (see Koenkk/zigbee-herdsman-converters#PR_NUMBER). The auto-generated sections of the page will be regenerated by docgen after the converter PR is merged and a new release tagged.
63ac311 to
65ee8ac
Compare
Owner
|
thanks, let me know once this can be merged. |
Contributor
Author
|
Thanks, was just waiting for the other PR to be merged! Ready now |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds user-facing documentation for the Shelly S4PL-00416EU device page to explain and mitigate reports of sockets switching off unexpectedly after power events.
Changes:
- Adds a new “Unexpected switch-off after reboot or power loss” note to the device’s hand-editable Notes section.
- Documents the expected fix via the
power_on_behaviorsetting (restore previous state).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Reportedly, the device is frequently publishing status updates to the network [GitHub issue](https://github.com/Koenkk/zigbee2mqtt/issues/30544), [Shelly community](https://community.shelly.cloud/topic/11528-zigbee-network-instability-flooding-with-two%C2%A0shelly-power-strip-4-gen4%C2%A0zigbee2mqtt-cc2652p7/). Depending on your network and the number of Shelly power strips, this may cause instabilities. In that case, try modifying the reporting settings or enable debouncing as described [here](https://github.com/maxim-mityutko/hass/blob/38341583e521ed77459e5974e02b1e6d44ff1f5a/docs/tests/shelly-power-strip-4-gen4.md). | ||
|
|
||
| ### Unexpected switch-off after reboot or power loss | ||
| By default, the sockets turn **off** after any reboot or power loss, which can look like the strip "randomly" switching off (see this [Shelly community thread](https://community.shelly.cloud/topic/11999-unexpected-switch-off/)). To have sockets restore their previous state instead, set `power_on_behavior` to `previous` on each socket. The setting is saved on the device and persists across reboots. |
Contributor
Author
There was a problem hiding this comment.
will be automatically fixed after doc gen?
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Owner
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add note about unexpected switch-off on Shelly Power Strip 4 Gen4
Adds a Notes section entry to the S4PL-00416EU device page explaining:
power_on_behaviorexpose (set toprevious).Companion PR
This depends on the converter PR adding the expose: Koenkk/zigbee-herdsman-converters#12086
The auto-generated sections of the device page (Exposes table, "Power on behavior (enum, N endpoint)" sections, etc.) will be regenerated by docgen after the converter PR is merged and a new release is published — this PR only edits the hand-editable
## Notessection.